Learn to avoid problems common in concurrent programming 如何避免当前编程中最常见的问题
This month , brian goetz shows you how many concurrent programs will benefit from simply replacing ,将有多少并发程序获益。您可以在本文的
Now , however , concurrent programming is common practice , and you need to be aware of the pitfalls 不过,现在,并发编程已普遍使用,您需要意识到这个缺陷。
This article describes some potential problems due to non - reentrancy of the function in parallel and concurrent programming 本文描述了在并行和并发程序设计中函数的不可重入性导致的一些潜在问题。
The end result is that if you use the concurrent programming features of the java programming language , then you need to document them thoroughly 最终结果是,如果使用java编程语言的并发编程特性,则需要彻底地对它们编制文档。
Jiangjun tang ( computer software and theory ) directed by huimin lin a method for selecting test synchronization sequences for concurrent programs is presented 本文提出一种基于带赋值符号迁移系统stga选取测试同步序列的方法。
3 pnueli a . a temporal logic of concurrent programs . theoretical computer science , 1981 , 13 : 45 - 60 . 4 mcmillan k l . symbolic model checking 符号化的模型检测技术利用二叉图binary decision diagram表示状态转换关系,降低了系统模型所需的内存空间。
Concurrent programming in java by doug lea addison - wesley , 1999 is a masterful book on the subtle issues surrounding multithreaded java programming . synchronization and the java memory model ( addison - wesley , 1999年) ,是一本围绕用java编写多线程程序的微妙问题进行讨论的专业书籍。
Save your code from meltdown using powerpc atomic instructions developerworks , november 2004 ; it describes techniques for safe concurrent programming in powerpc assembly language ( developerworks , 2004年11月)中的深入介绍;它描述了使用powerpc汇编语言进行安全并发程序设计的技术。
These changes greatly strengthen the utility of immutable objects in concurrent programs ; immutable objects finally become inherently thread - safe as they were intended to be all along , even if a data race is used to pass references to the immutable object between threads 这些改变极大地加强了并发程序中不变对象的效用,不变对象最终成为固有的线程安全(就像它们所要成为的那样) ,即使使用数据争用在线程之间将引用传递给不变对象。